home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 September
/
Macworld (1998-09).dmg
/
Serious Demos
/
DesignWorks 4.0.1 Demo PPC
/
Design Kits
/
PCB Shared Items
/
Error Scripts
/
PCB Clear OK Errors
next >
Wrap
Text File
|
1996-11-18
|
836b
|
35 lines
{
Error checking script for Generic PCB Design Kit
C. Dewhurst, May 13, 1996
©1996 Capilano Computing Systems Ltd.
This script clear all OKErrors flags
}
$CHECK(This script is intended only for FLAT mode designs) $PURE $PHYSICAL
$PROGRESS $OFF
{
Listing defaults
}
$CREATEREPORT($TEMPPATH$DESIGNNAME Errors)
{
Issue a warning if any devices have no package code
}
$FIND $DEVICES &OKErrors
$DEVICES$CLEARERRORS
$FIND $SIGNALS &OKErrors
$SIGNALS$CLEARERRORS
{
Write out $TITLE line for ErrorScript window
}
\$TITLE
All Mark as OK flags have been cleared! Flags were cleared in $DEVCOUNT devices and $SIGCOUNT signals.
{
Close the report output to the text file.
All subsequent output will go to ErrorScript as the file name.
}
$CLOSEREPORT
{
Return report file name for ErrorScript
}
$TEMPPATH$DESIGNNAME Errors